.slidebar {
    padding-top: 240px;
    max-width: 1200px;
    margin: 0 auto;
}

.slidebar_heading {
    font-size: 6rem;
    color: #252525;
    text-align: center;
    margin-bottom: 48px;
}

.sliderbar_desc {
    font-size: 2rem;
    color: #ccc;
    font-weight: bold;
    text-align: center;
}

/* slider */
#slideshow-container {
    margin-top: 104px;
    position: relative;
}

.mySlides:nth-child(1) {
    padding-top: 50%;
    background: url('../img/1.webp') top center / cover no-repeat;
    position: relative;
    width: 100%;
    border-radius: 16px;
}
.mySlides:nth-child(2) {
    padding-top: 50%;
    background: url('../img/2.webp') top center / cover no-repeat;
    position: relative;
    width: 100%;
    border-radius: 16px;
}
.mySlides:nth-child(3) {
    padding-top: 50%;
    background: url('../img/3.webp') top center / cover no-repeat;
    position: relative;
    width: 100%;
    border-radius: 16px;
}

.mySlides .text-content{
    position: absolute;
    color: #000;
    bottom: 47px;
    text-align: center;
    width: 100%;
    
} 

.mySlides .text-heading{
    font-size: 24px;
    padding: 20px
}

.mySlides .text-description{
    font-size: 15px;
    text-shadow: 0 0 1px #000;
}

.slideshow-container {
   max-width: 1000px;
   position: relative;
   margin: auto;
 }

 .mySlides {
   display: none;
 }

 .prev, .next {
   cursor: pointer;
   position: absolute;
   top: 0;
   bottom: 0;
   width: auto;
   padding: 30px;
   color: white;
   font-weight: bold;
   font-size: 18px;
   transition: 0.6s ease;
   border-radius: 0 3px 3px 0;
   user-select: none;
   display: flex;
   align-items: center;
 }

 .next {
   right: 0;
   border-radius: 3px 0 0 3px;
 }

 .dot {
   cursor: pointer;
   height: 6px;
   width: 20px;
   margin: 0 2px;
   background-color: #bbb;
   border-radius: 50px;
   display: inline-block;
   transition: background-color 0.6s ease;
 }
.active, .dot:hover {
   background-color: #717171;
 }

 .fade {
   -webkit-animation-name: fade;
   -webkit-animation-duration: 1.5s;
   animation-name: fade;
   animation-duration: 1.5s;
 }

 .circle {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
 }

@-webkit-keyframes fade {
   from {opacity: .4}
   to {opacity: 1}
 }
@keyframes fade {
   from {opacity: .4}
   to {opacity: 1}
 }

.container {
   margin-top: 100px;
   padding-bottom: 120px;
}

 /* career */
 .career {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 120px;
 }

 .career .col {
    padding: 16px 10px;
 }

 .career_item {
    padding: 32px;
    border-radius: 30px;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
 }

 .career_item:hover {
    box-shadow: 1px 1px 10 2px rgba(0, 0, 0, 0.2);

 }

 .career_wage {
    padding: 16px 22px;
    border-radius: 30px;
    color: #e8b312;
    background-color: #f5f5f7;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
 }

 .career_name {
    font-size: 2rem;
    font-weight: bold;
    color: #252525;
    margin-bottom: 16px;
 }

 .career_time {
    font-size: 1.6rem;
    color: #808291;
    margin-bottom: 30px;
 }

 .career_info {
    padding-left: 0;
    list-style: none;
    margin-bottom: 48px;
 }

 .career_info-item {
    font-size: 1.6rem;
    margin-bottom: 12px;
 }

 .career_info-item i {
    margin-right: 4px;  
    color: #808291;
 }

 .career_info-item span {
    color: #1a3760;
 }

 .career_btn {
    border: 3px solid #1a3760;
    padding: 16px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: bold;
    color: #252525;
    display: inline-block   ;
    margin-top: 32px;
 }

 .career_btn:hover {
    background-color: #1a3760;
    color: #fff;
    transition: linear .3s;
 }
